home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dnprev"
- else
- set the castNum of sprite clickOn() to the number of cast "prev"
- end if
- updateStage()
- end repeat
- myprev()
- set the castNum of sprite clickOn() to the number of cast "prev"
- updateStage()
- end
-